home *** CD-ROM | disk | FTP | other *** search
- This one works friends....
-
- Print Shop has TWO different protection schemes.. the first looks
- for a special floppy in drive A:, the second works for the harddrive install
- (that a simple backup/restore will cause your install to be wiped out..)
-
- Step 1: Floppy protection -
-
- >debug psinit.ovr
- -a 2a3
- xxxx:02a3 mov ax,0000
- xxxx: .. jmp 0315
- xxxx: ..(cr)
-
- this eliminates the look for the floppy....
-
- Step 2: Harddrive protection - (very simple, always go for the floppy)
-
- -a 222
- xxxx:0222 jmp 025f
- xxxx: ..(cr)
- -w
- -q
-
- all done..
-